func runtime.floor

2 uses

	runtime (current package)
		float.go#L72: func floor(x float64) float64 {
		float.go#L98: 	return -floor(-x)